home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / qhlpc.zip / QHLPC.ZIP / QHM.BAT < prev    next >
DOS Batch File  |  1993-03-01  |  3KB  |  67 lines

  1. echo off
  2. cls
  3.  
  4. :                           Qhm.Bat, 01 Mar 93, Rhg
  5. :                      Boot QEdit (R) for Hypertext Help
  6. :                           Installs QM mouse driver
  7.  
  8. : Use Qh.Bat, instead of this file, if you do NOT wish to also install the
  9. : QM mouse driver. The QM mouse driver is normally supplied with QEdit (R).
  10. :        QM is (C) Copyright Jerry Houston, 1988, All Rights Reserved.
  11.  
  12. :      This batch file assumes the QHelpC (C) is located in the C:\QHelpC
  13. :        sub-DIR. If it is NOT, change the LOCATION below ( 2 places ).
  14.  
  15. :        This batch file assumes the QEdit (R) editor file name is 'Q'
  16. :                  If it is not, change the file name, below.
  17.  
  18. :                Below assumes QM exists, and has a path to it.
  19. QM
  20. :   QM FLAG... QM Mouse driver installed.... Used by QhS.Bat
  21. set QMF=1
  22. echo.
  23.  
  24. :   HOT KEYS for QHelpC
  25. :  ALT H=HYPER, ALT L=Contex HYPER ( /k=35,38,08 )
  26. :                                                V-- Q editor file name
  27. QHelpC1 /m=C:\QHelpC\QHelpC.H! /q /k=35,38,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
  28. :          ^^^^^^^^^ = LOCATION of the QHelpC.H! file
  29.  
  30. set QMF=
  31. echo 
  32.  
  33. :goto Message
  34. echo NOTE: If you see a 'Bad command or file name' message, the required QM.COM
  35. echo       file was not in your path. Mouse support will not be available, for
  36. echo       use with QEdit (R) or QHelpC (C). If you do NOT have a copy of the
  37. echo       QM.COM file, use the Qh.Bat file instead of this one. Mouse support
  38. echo       for QHelpC (C) ( but not QEdit (R) ), will then be available.
  39. echo.
  40. echo       If you have QM.COM, and it is in your path, AND/OR you get tired of
  41. echo       seeing this message, remove the ':' in front of the 'goto Message'
  42. echo       statement (above this message), in this Qhm.Bat file.
  43. echo.
  44.  
  45. :Message
  46. :goto END
  47. echo       Type 'qm off' to remove QM from memory. Above assumes no TSR's have
  48. echo       been loaded after QM. A fair assumption, since you should NOT install
  49. echo       any TSR's while 'shelled' from the 'Q editor'.
  50. echo.
  51. echo       If you get tired of seeing this message, remove the ':' in front of
  52. echo       the 'goto END' statement (above this message), in this Qhm.Bat file.
  53. echo.
  54. echo       List this Qhm.Bat file to read 'QM' NOTE at the end of this file.
  55. goto END
  56.  
  57. :END
  58.  
  59. : QM NOTE:
  60. :      Using the QM mouse driver will result in overly-sensitive mouse movement
  61. :      in QHelpC. This is because the QM mouse driver uses maximum sensitivity
  62. :      for editing and reduced sensitivity ONLY for operation with the QEdit(R)
  63. :      pull-down menus. If you can NOT master the overly-sensitive mouse movement
  64. :      in QHelpC, then you must invoke the Q editor, using the Qh.Bat file, rather
  65. :      than this batch file. The mouse movement in QHelpC will then be smooth, BUT
  66. :      their will be no mouse capability from within the 'Q Editor'.
  67.